home *** CD-ROM | disk | FTP | other *** search
/ Belgian Amiga Club - ADF Collection / BS1 part 05.zip / BS1 part 5 / ik_1.6.adf / s / startup-sequence
Text File  |  1991-04-17  |  516b  |  35 lines

  1. resident CLI L:Shell-Seg SYSTEM pure add; activate Shell
  2. resident c:Execute pure
  3. mount newcon:
  4.  
  5. ;loadwb
  6. system/setmap d
  7. addbuffers df0: 30
  8. echo ""
  9. echo " IK-Kernenergie-Informationen  (Version 1.0)"
  10.  
  11. echo >ram:df0
  12. assign >NIL: df1: exists
  13. if not warn
  14.  echo >ram:df1
  15. endif
  16.  
  17. assign >nil: df2: exists
  18. if not warn
  19.  echo >ram:df2
  20. endif
  21.  
  22. assign >nil: df3: exists
  23. if not warn
  24.  echo >ram:df3
  25. endif
  26.  
  27. copy dialogfnt ram:fonts all quiet
  28. assign fonts: ram:fonts
  29.  
  30. Amiga-Dialog
  31.  
  32. assign fonts: sys:fonts
  33. echo " Progammende"
  34. endcli
  35.